automatic request for repetition - tradução para árabe
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

automatic request for repetition - tradução para árabe

ERROR-CONTROL METHOD FOR DATA TRANSMISSION
Automatic Repeat Request; ARQ protocol; Automatic repeat-request; Automatic Repeat reQuest

automatic request for repetition      
الطلب الأوتوماتيكى للإعادة
الطلب الأوتوماتيكى للإعادة      

automatic request for repetition

طلب إعادة النقل يتم آليا بواسطة شفرة تصحيح الأخطاء      

request for repetition, automatic ( ARQ )

Definição

Automatic Repeat Request
<communications> (ARQ) A modem error control protocol in which the receiver asks the transmitter to resend corrupted data. (1995-11-14)

Wikipédia

Automatic repeat request

Automatic repeat request (ARQ), also known as automatic repeat query, is an error-control method for data transmission that uses acknowledgements (messages sent by the receiver indicating that it has correctly received a message) and timeouts (specified periods of time allowed to elapse before an acknowledgment is to be received) to achieve reliable data transmission over an unreliable communication channel. ARQ is appropriate if the communication channel has varying or unknown capacity. If the sender does not receive an acknowledgment before the timeout, it re-transmits the message until it receives an acknowledgment or exceeds a predefined number of retransmissions.

Variations of ARQ protocols include Stop-and-wait ARQ, Go-Back-N ARQ, and Selective Repeat ARQ. All three protocols usually use some form of sliding window protocol to help the sender determine which (if any) packets need to be retransmitted. These protocols reside in the data link or transport layers (layers 2 and 4) of the OSI model.